From: Tsahee Zidenberg Date: Sun, 22 Dec 2013 10:59:57 +0000 (+0200) Subject: ns16550: support ns16550a X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5711 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=dd3ab3881494136999138d70f4fe28ebabe8660c;p=xen.git ns16550: support ns16550a Ns16550a devices are Ns16550 devices with additional capabilities. Decare XEN is compatible with this device, to be able to use unmodified devicetrees. Signed-off-by: Tsahee Zidenberg Acked-by: Ian Campbell Acked-by: Julien Grall --- diff --git a/xen/drivers/char/ns16550.c b/xen/drivers/char/ns16550.c index 9c2cdedcf9..a947c68c20 100644 --- a/xen/drivers/char/ns16550.c +++ b/xen/drivers/char/ns16550.c @@ -817,6 +817,7 @@ static int __init ns16550_uart_dt_init(struct dt_device_node *dev, static const char const *ns16550_dt_compat[] __initconst = { "ns16550", + "ns16550a", "snps,dw-apb-uart", NULL };